-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testem #181
base: master
Are you sure you want to change the base?
Testem #181
Conversation
…buttons /select fields where end dash will try to set the value based on a scope but the children haven't been parsed yet so it will error... for example: ```html <div class="present-"> <select class="usersId-"> <optgroup data-scope="/users" data-each> <option value="#{id}" class="name-"></option> </optgroup> </select> </div> ``` When we traverse and get to the select.userId- we try to set val() on it, but the users have not yet populated. This is not the "best" fix, but at least it allows the template to completely render before trying to set val().
Can one of the admins verify this patch? |
test please On Friday, December 6, 2013, amicus-jenkins wrote:
Brian Glusman - [email protected] |
totally won't run anymore. |
cd end-dash
npm install
npm install -g testem
testem open http://localhost:7357 in a browser. The tests just ran in the browser, boom. |
Before this can get merged:
I think we should completely replace the current jsdom tests with this. |
hmm - I think we should close this PR till it's ready. |
run all the tests with testem.
We can use this once testem/testem#324 gets merged. It still works without it but sometimes all the tests dont run.